home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global act
- sound playFile 2, "..\som\ovo.wav"
- startTimer()
- repeat while the timer < 20
- nothing()
- end repeat
- onVis(17)
- updateStage()
- startTimer()
- repeat while the timer < 30
- nothing()
- end repeat
- set the movieRate of sprite 16 to 0
- InVis(16)
- onVis(19, 21)
- set act to 1
- end
-